Skip to content

Bump the dbt group across 1 directory with 6 updates - #5514

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/dbt-18507aa88e
Open

Bump the dbt group across 1 directory with 6 updates#5514
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/dbt-18507aa88e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the dbt group with 6 updates in the / directory:

Package From To
dbt-core 1.11.11 1.12.2
dbt-postgres 1.10.1 1.11.0
dbt-adapters 1.24.2 1.24.5
dbt-common 1.38.0 1.39.0
dbt-protos 1.0.514 1.0.541
dbt-semantic-interfaces 0.9.0 0.10.5

Updates dbt-core from 1.11.11 to 1.12.2

Release notes

Sourced from dbt-core's releases.

dbt-core v1.12.2

dbt-core 1.12.2 - August 12, 2026

Features

  • Warn users if they are using a deprecated dbt version (#15964)

Fixes

  • Recognize Databricks adapter config keys (query_tags, zorder, options, unique_tmp_table_suffix, skip_optimize) in jsonschema validation so they no longer raise spurious CustomKeyInConfigDeprecation warnings (dbt-databricks#1540, dbt-databricks#1302) (#N/A)

Under the Hood

  • sync JSON schemas from dbt-fusion (#N/A)

Contributors

dbt-core v1.12.1

dbt-core 1.12.1 - August 12, 2026

Features

  • Add OpenTelemetry span instrumentation for node and hook execution, gated behind the --snowflake-projects-otel flag (off by default) (#11367)

Fixes

  • Fix dbt build node count ("X of Y") being inflated when unit tests are selected, by adding the unit test count to num_nodes exactly once instead of on every dequeue while run_count is still 0 (#11185)
  • Stop resolving a unit test's tested model eagerly at parse time; resolve it only in the single deterministic post-parse pass so resolution no longer depends on filesystem parse order at all (deeper fix for (#11139)
  • Re-parse adapter macros from the installed adapter package after loading a Fusion-generated manifest, ensuring the user's installed dbt- version is used instead of Fusion's compile-time bundled copy (#15527)
  • Fix OpenTelemetry hook spans: name them by hook and transaction phase, skip calls that run no hooks, and add node context and status. (#11367)

Dependencies

  • Bump dbt-core-experimental-parser to 2.0.0b1 lowerbound (#)

Contributors

dbt-core v1.12.0

dbt-core 1.12.0 - Alecia Beth Moore-Hart (P!NK) (July 16, 2026)

Breaking Changes

... (truncated)

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.12.2 - August 12, 2026

Features

  • Warn users if they are using a deprecated dbt version (#15964)

Fixes

  • Recognize Databricks adapter config keys (query_tags, zorder, options, unique_tmp_table_suffix, skip_optimize) in jsonschema validation so they no longer raise spurious CustomKeyInConfigDeprecation warnings (dbt-databricks#1540, dbt-databricks#1302) (#N/A)

Under the Hood

  • sync JSON schemas from dbt-fusion (#N/A)

Contributors

dbt-core 1.12.1 - August 12, 2026

Features

  • Add OpenTelemetry span instrumentation for node and hook execution, gated behind the --snowflake-projects-otel flag (off by default) (#11367)

Fixes

  • Fix dbt build node count ("X of Y") being inflated when unit tests are selected, by adding the unit test count to num_nodes exactly once instead of on every dequeue while run_count is still 0 (#11185)
  • Stop resolving a unit test's tested model eagerly at parse time; resolve it only in the single deterministic post-parse pass so resolution no longer depends on filesystem parse order at all (deeper fix for (#11139)
  • Re-parse adapter macros from the installed adapter package after loading a Fusion-generated manifest, ensuring the user's installed dbt- version is used instead of Fusion's compile-time bundled copy (#15527)
  • Fix OpenTelemetry hook spans: name them by hook and transaction phase, skip calls that run no hooks, and add node context and status. (#11367)

Dependencies

  • Bump dbt-core-experimental-parser to 2.0.0b1 lowerbound (#)

Contributors

dbt-core 1.12.0 - July 16, 2026

Breaking Changes

  • Flags introduced in 1.9 and 1.10 defaults to true (#12713)

... (truncated)

Commits
  • 851c4af Bumping version to 1.12.2 and generate changelog
  • 3f903c9 Recognize Databricks adapter config keys in jsonschema validation (#15305) (#...
  • 738c326 chore: sync JSON schemas from dbt-fusion (#15313) (#15911)
  • 7e0b6c8 add mechanism for version deprecation warning (#15897) (#15902)
  • 8d12ea8 [Automated] Merged prep-release/1.12.1_31575471488 into target 1.12.latest du...
  • 4b16ceb Bumping version to 1.12.1 and generate changelog
  • e65e1a6 Bump dbt-core-experimental-parser lowerbound to 2.0.0b1 (#15875) (#15879)
  • 30ea5fe Improvements in the OpenTelemetry instrumentation (#15826) (#15867)
  • 3fdb4b7 Add opentelemetry trace instrumentation for DBT executions (#15551) (#15863)
  • ed5d938 fix: re-parse adapter macros from installed package after loading Fusion mani...
  • Additional commits viewable in compare view

Updates dbt-postgres from 1.10.1 to 1.11.0

Release notes

Sourced from dbt-postgres's releases.

dbt-adapters v1.11.0

dbt-adapters 1.11.0 - November 11, 2024

Features

  • Use a behavior flag to gate microbatch functionality (instead of an environment variable) (#327)

Under the Hood

  • Add query_id to SQLQueryStatus (#342)

Contributors

dbt-adapters v1.10.4

dbt-adapters 1.10.4 - November 11, 2024

dbt-adapters v1.10.3

dbt-adapters 1.10.3 - October 29, 2024

dbt-adapters v1.10.2

dbt-adapters 1.10.2 - October 01, 2024

Under the Hood

  • dbt-tests-adapters: Add required begin to microbatch model config to BaseMicrobatch test (#315)
Changelog

Sourced from dbt-postgres's changelog.

dbt-adapters 1.11.0 - November 11, 2024

Features

  • Use a behavior flag to gate microbatch functionality (instead of an environment variable) (#327)

Under the Hood

  • Add query_id to SQLQueryStatus (#342)

Contributors

dbt-adapters 1.10.3 - October 29, 2024

dbt-adapters 1.10.2 - October 01, 2024

Under the Hood

  • dbt-tests-adapters: Add required begin to microbatch model config to BaseMicrobatch test (#315)
Commits
  • 1029b2d Drop support for Python 3.8 (#332)
  • cc526ba [Automated] Merged prep-release/prod/1.7.1_11355674615 into target main durin...
  • 3b6ad1f Bumping version to 1.7.1 and generate changelog
  • 7d187c4 [Automated] Update pre-commit hooks (#297)
  • 4df6e54 Enable setting current value of dbt_valid_to (#321)
  • 10e6d59 [Automated] Merged prep-release/prod/1.10.2_11130745737 into target main duri...
  • c78745e Bumping version to 1.10.2 and generate changelog
  • 96e3a34 Add DbtDatabaseError to test_missing_column_pre_hook (#324)
  • b414668 update dbt-common dependency to 1.10 (#318)
  • f37b4cd Add required 'begin' config for testing microbatch models (#314)
  • Additional commits viewable in compare view

Updates dbt-adapters from 1.24.2 to 1.24.5

Changelog

Sourced from dbt-adapters's changelog.

dbt-adapters 1.24.5 - July 15, 2026

Fixes

  • Make sure that for calling build_catalog_relation node has a mapping type config (#2073)

dbt-adapters 1.24.4 - July 08, 2026

Fixes

  • build_catalog_relation no longer raises AttributeError for nodes whose config is not mapping-like (e.g. a saved-query export's ExportConfig); it returns None so generate_database_name resolves normally. (#2004)

dbt-adapters 1.24.3 - July 08, 2026

Features

  • Add catalog_database support to v2 catalogs.yml: catalog integrations can now specify a physical database override that takes highest priority in generate_database_name over model database config and target.database. default__generate_database_name reads catalog_database from the catalog relation via build_catalog_relation. (#2004)

Fixes

  • Quote grants when removing them, allowing all characters (#1550)
  • Fix snapshot hard_deletes='new_record' failing on tables with STRUCT or ARRAY columns (#1702)

Contributors

Commits

Updates dbt-common from 1.38.0 to 1.39.0

Changelog

Sourced from dbt-common's changelog.

dbt-common 1.39.0 - August 11, 2026

Features

  • Add OpenTelemetry context propagation support for thread pool executors (#11367)

Security

  • Redact sensitive environment values from record/replay artifacts (#372)

Contributors

Commits

Updates dbt-protos from 1.0.514 to 1.0.541

Commits
  • 4213362 Auto-generated from proto v1.0.541
  • e9aedfd Auto-generated from proto v1.0.541
  • 1156520 Auto-generated from proto v1.0.540
  • 10a06fe Auto-generated from proto v1.0.539
  • 69ab1ed Auto-generated from proto v1.0.538
  • 0c4a70b Auto-generated from proto v1.0.537
  • 39372af Auto-generated from proto v1.0.536
  • e99a4d1 Auto-generated from proto v1.0.535
  • eb55aaa Auto-generated from proto v1.0.534
  • d75e840 Auto-generated from proto v1.0.533
  • Additional commits viewable in compare view

Updates dbt-semantic-interfaces from 0.9.0 to 0.10.5

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dbt group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dbt-core](https://github.com/dbt-labs/dbt-core) | `1.11.11` | `1.12.2` |
| [dbt-postgres](https://github.com/dbt-labs/dbt-adapters) | `1.10.1` | `1.11.0` |
| [dbt-adapters](https://github.com/dbt-labs/dbt-adapters) | `1.24.2` | `1.24.5` |
| [dbt-common](https://github.com/dbt-labs/dbt-common) | `1.38.0` | `1.39.0` |
| [dbt-protos](https://github.com/dbt-labs/proto-python-public) | `1.0.514` | `1.0.541` |
| dbt-semantic-interfaces | `0.9.0` | `0.10.5` |



Updates `dbt-core` from 1.11.11 to 1.12.2
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.12.2/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.11.11...v1.12.2)

Updates `dbt-postgres` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/dbt-labs/dbt-adapters/releases)
- [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/v1.11.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-adapters@v1.10.1...v1.11.0)

Updates `dbt-adapters` from 1.24.2 to 1.24.5
- [Release notes](https://github.com/dbt-labs/dbt-adapters/releases)
- [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-adapters/CHANGELOG.md)
- [Commits](https://github.com/dbt-labs/dbt-adapters/commits)

Updates `dbt-common` from 1.38.0 to 1.39.0
- [Changelog](https://github.com/dbt-labs/dbt-common/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dbt-labs/dbt-common/commits)

Updates `dbt-protos` from 1.0.514 to 1.0.541
- [Commits](dbt-labs/proto-python-public@v1.0.514...v1.0.541)

Updates `dbt-semantic-interfaces` from 0.9.0 to 0.10.5

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt
- dependency-name: dbt-postgres
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt
- dependency-name: dbt-adapters
  dependency-version: 1.24.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dbt
- dependency-name: dbt-common
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt
- dependency-name: dbt-protos
  dependency-version: 1.0.541
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dbt
- dependency-name: dbt-semantic-interfaces
  dependency-version: 0.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automerge dependencies Pull requests that update a dependency file labels Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge BI Validation Failed dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants